home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Snippets / Memory / Switch Stack / Read Me—Switch Stack next >
Encoding:
Text File  |  1993-11-02  |  326 b   |  5 lines  |  [TEXT/ttxt]

  1. This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space.
  2.  
  3. The example uses THINK C's inline assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  4.  
  5. Jim Luther, Oct-Nov 1993